home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / tnt2_7.zip / TNT2_7.DOC < prev    next >
Text File  |  1991-07-11  |  10KB  |  306 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.          ///////////////////    ///           //   //////////////////
  25.                 //             // //         //           //
  26.                //             //   //       //           //
  27.               //             //     //     //           //
  28.              //             //       //   //           //
  29.             //             //         // //           //
  30.            //             //           ///           //
  31.           //             //            //           //
  32.  
  33.  
  34.  
  35.  
  36.  
  37.                    Tessler's Nifty Tools (TNT) Release 2.7
  38.  
  39.                               <<< SHAREWARE >>>
  40.  
  41.                   Copyright (c) 1987, 1988, 1989, 1990, 1991
  42.  
  43.                              All Rights Reserved.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                                  Page 1 of 5
  62.      Tessler's Nifty Tools Copyright (c) 1987-1991  All Rights Reserved.
  63.  
  64.  
  65. TNT   is   a  collection  of  useful  SHAREWARE  MS-DOS   programs.   Monetary
  66. contributions and any  ideas   for enhancements may be sent to:
  67.  
  68.                    Tessler's Nifty Tools (TNT)  Release 2.7
  69.                    430 'A' Canyon Woods Place
  70.                    San Ramon, Ca. 94583
  71.  
  72.  
  73.                    **************************************
  74.                    **        Summary of programs:      **
  75.                    **************************************
  76.  
  77. CHEK4DUP.EXE   Generates  a list of files  that exist in both .EXE  and   .COM
  78.                form.  This  usually occurs when  software is  upgraded from  a
  79.                COM  format  to  an  EXE format and the old  COM   version   is
  80.                accidentally  left on  the system  when the new  EXE   form  is
  81.                put  onto   the  system.  DOS  will always  invoke    the   COM
  82.                form   before   the  EXE  form  program  so  you should  delete
  83.                the  older  COM program if required.
  84.  
  85. COPYWA.EXE     Copies   files   matching  the   source   filespec    to    the
  86.                destination  filespec  with the source file's attribute  copied
  87.                into the  destination  file too.
  88.  
  89. CRTDUMP.EXE    This program dumps the contents of either a color or monochrome
  90.                card/monitor in alphanumeric mode to the specified file.
  91.  
  92. DIR2BAT.EXE    Will  write  a listing of drive_path_file  specs  matching  the
  93.                user's entered file  specification to  the  file DIR2.BAT. Each
  94.                file  specification  found  may  be   prefixed and suffixed  by
  95.                user provided strings. This batch file will then  be   able  to
  96.                perform actions to the files.....
  97.  
  98.                For example, if your C: disk contains the following files:
  99.                        README.DOC TESTME.DOC LIST.DOC PRINTER.DOC
  100.  
  101.                Then the command:
  102.                        DIR2BAT C:*.DOC /S /A "ATTRIB -R ! /S" "DEL !"
  103.  
  104.                will append the following lines to an existing DIR2.BAT file:
  105.  
  106.                     ATTRIB -R C:\README.DOC /S
  107.                     DEL C:\README.DOC
  108.                     ATTRIB -R C:\TESTME.DOC /S
  109.                     DEL C:\TESTME.DOC
  110.                     ATTRIB -R C:\LIST.DOC /S
  111.                     DEL C:\LIST.DOC
  112.                     ATTRIB -R C:\PRINTER.DOC /S
  113.                     DEL C:\PRINTER.DOC
  114.                     <eof>
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                  Page 2 of 5
  123.      Tessler's Nifty Tools Copyright (c) 1987-1991  All Rights Reserved.
  124.  
  125.  
  126.  
  127. DVPROMPT.EXE   Facilitates naming of DOS windows under DesqView. For  example,
  128.                upon  opening and  using  several DOS windows with command line
  129.                programs,  the   user  often finds  it  difficult  to  remember
  130.                which window he/she was doing what task  in. Since each  window
  131.                has  the same DOS prompt, DOS gives him/her no visual  clue  to
  132.                the identification of the current window.
  133.  
  134.                This program will change each DOS window's DOS prompt into  the
  135.                typical  form of:
  136.  
  137.                     1 C:\>
  138.                     2 C:\>
  139.                     3 C:\>     etc.
  140.  
  141.                It  will  maintain  a  counter in  the  file  DVPROMPT.DAT.  If
  142.                DVPROMPT  is   invoked and  it  cannot  find  DVPROMPT.DAT,  it
  143.                resets  the counter to 1 (one).  If  it finds DVPROMPT.DAT,  it
  144.                creates a file called TEMP.BAT that contains the sole line:
  145.  
  146.                     PROMPT n <user_string>
  147.  
  148.                where  n  is the counter value found in  DVPROMPT.DAT  and  the
  149.                user_string  is   a  PROMPT string  (typically  $P$G).  If  the
  150.                user_string contains spaces,  enclose it with double quotes.
  151.  
  152.                A  useful example is as follows: Assume that  DesqView  invokes
  153.                AUTOEXEC.BAT  as  "AUTOEXEC   X"  whenever   it   opens  a  DOS
  154.                command  shell.  Let  AUTOEXEC.BAT contain:
  155.  
  156.                     VERIFY OFF
  157.                     PATH = C:\;C:\DOS;C:\WPROC
  158.                     IF %1Y==Y GOTO NOT_UNDER_DV
  159.                     REM INVOKED BY DESQVIEW
  160.                     DVPROMPT $P$G
  161.                     TEMP      <- DOS jumps to this batch file to set the      prompt
  162.                     :NOT_UNDER_DV
  163.                     REM ENVOKED BY PC UPON POWER-UP
  164.                     DEL DVPROMPT.DAT         <- reset the counter to 1.
  165.                     PROMPT $P$G
  166.  
  167. EXPNDTAB.EXE   Copies  the  file matching the  source    filespec    to    the
  168.                destination   filespec  with any source file  <tab>  characters
  169.                expanded  into space characters into the destination file.
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.                                  Page 3 of 5
  184.      Tessler's Nifty Tools Copyright (c) 1987-1991  All Rights Reserved.
  185.  
  186.  
  187.  
  188. FEEFIFO.EXE    Enables  the  FIFO  of a 16550A UART chip  at  the   COM   port
  189.                specified  by  the  user. If the port  is  not  FIFO  equipped,
  190.                nothing is done.
  191.  
  192. GROWP.COM      This   resident program requires about 1400 bytes  of  resident
  193.                RAM   to  add    a  default  '>'   or   user   entered   growth
  194.                character   to   the environment's  'PROMPT' string  each  time
  195.                another  copy of  COMMAND.COM is  shelled  and  to  remove  the
  196.                growth   character    when   the   copy   of   COMMAND.COM   is
  197.                terminated.  GROWP  requires DOS version 3.0  or  higher.  Each
  198.                growth  character  represents a suspended program  in  RAM  and
  199.                gives you  a  visual warning that you should not turn-off  your
  200.                PC   before returning  to the suspended program and  gracefully
  201.                exiting  it.
  202.  
  203. IFONSCRN.EXE   Examines  the  video screen for the appearance  of  the   case-
  204.                sensitive  search string. If the string appears on the  screen,
  205.                the  DOS ERRORLEVEL will be set to 0 (zero), else if it is  not
  206.                found,  it  will  be set  to  1 (one). If  your  search  string
  207.                contains significant  spaces  or tabs, enclose your string with
  208.                double quotes. Very useful in batch files to examine the  state
  209.                of a program that does not set DOS' error-level before exiting.
  210.  
  211. PARKHEAD.EXE   This  program  runs  on IBM  PC/286/386s  and  most  compatible
  212.                machines. It parks up to  2 hard (fixed) disk's heads over  the
  213.                shipping area where user data doesn't reside.
  214.  
  215. PDEL.EXE       PERMANENTLY deletes with verification, your specified filename.
  216.                You  will be prompted to press 'Y'<cr> to delete  the  specific
  217.                file.
  218.  
  219. PRTSCRFF.COM   Appends  a  form-feed  (paper eject) command  to  your  printer
  220.                whenever   you  press Shift-PrtScr. Very useful  to  keep  your
  221.                printer always at its top-of-form position.
  222.  
  223. RLIST.EXE      Prints  a range of lines from a file (CR,LF delimited)  to  the
  224.                CON:  or  PRN:  device. Useful to view a portion  of  a  file's
  225.                contents.
  226.  
  227. RWDIR.EXE      Generates  a list of non-read-only files. Useful to keep  track
  228.                of  the few files on your system that are  read-writable  since
  229.                the  cautious  user  will have the majority  of  his/her  files
  230.                marked  as read-only. Certain applications require their  files
  231.                to read-writable so not every file may be set to read-only.
  232.  
  233. SETBEEP.COM    Installs  itself  as a RAM-resident program that will  set  the
  234.                beep  character's (ASCII decimal 7 or control-G) duration to  a
  235.                user  specified  value.  The  default beep  tone duration is  1
  236.                second which is  too  long  and annoying for many people.  This
  237.                program intercepts BIOS interrupt 10h WRITE_TTY.
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                                  Page 4 of 5
  245.      Tessler's Nifty Tools Copyright (c) 1987-1991  All Rights Reserved.
  246.  
  247.  
  248. VDEL.EXE       Will  delete with verification, files that match your  filename
  249.                specification. You will be prompted to press 'Y' to delete  the
  250.                specific  file.  'Read-only'  files  will  prompt  you  for  an
  251.                additional 'Y' to be deleted.
  252.  
  253. VERS.COM       Installs itself as a RAM-resident program that will set the DOS
  254.                version to a user specified value. This is useful when  running
  255.                programs   that  require  a specific DOS version for no  useful
  256.                reason.   (Many   DOS  supplemental programs  require  specific
  257.                versions for no reason. For example, if you are running DOS 3.1
  258.                but like DOS 3.2's ATTRIB.EXE '/S' sub-directory search option,
  259.                you  could set VERS to 3.2, then run ATTRIB and then  reset  it
  260.                back to 3.1).
  261.  
  262. ZDIR.EXE       Reports  the  kilobytes  contained in the  files  matching  the
  263.                filespec_to_scan.
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.                                  Page 5 of 5
  306.